home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 November / CMCD1104.ISO / Software / Shareware / Multimedia / audiophiler / audiophilersetup.exe / {app} / audiophiler.exe / 0 / RCDATA / TFMDRIVEPROMPT / TFMDRIVEPROMPT.txt < prev   
Text File  |  2004-09-21  |  1KB  |  74 lines

  1. object fmDrivePrompt: TfmDrivePrompt
  2.   Left = 393
  3.   Top = 389
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Insert Audio CD'
  7.   ClientHeight = 125
  8.   ClientWidth = 384
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'Tahoma'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object imgIcon: TImage
  19.     Left = 8
  20.     Top = 16
  21.     Width = 48
  22.     Height = 48
  23.     AutoSize = True
  24.     Picture.Data = {<image000.bmp>}
  25.     Transparent = True
  26.   end
  27.   object lblDrive: TLabel
  28.     Left = 72
  29.     Top = 56
  30.     Width = 73
  31.     Height = 13
  32.     Caption = 'CD-ROM &Drive:'
  33.     FocusControl = cbxDrive
  34.   end
  35.   object txt: TStaticText
  36.     Left = 72
  37.     Top = 16
  38.     Width = 297
  39.     Height = 33
  40.     AutoSize = False
  41.     Caption = 'Please insert the audio CD and select the CD-ROM drive.'
  42.     TabOrder = 0
  43.   end
  44.   object btnOk: TcxButton
  45.     Left = 216
  46.     Top = 88
  47.     Width = 75
  48.     Height = 25
  49.     Caption = 'OK'
  50.     ModalResult = 1
  51.     TabOrder = 1
  52.     LookAndFeel.NativeStyle = True
  53.   end
  54.   object btnCancel: TcxButton
  55.     Left = 296
  56.     Top = 88
  57.     Width = 75
  58.     Height = 25
  59.     Caption = 'Cancel'
  60.     ModalResult = 2
  61.     TabOrder = 2
  62.     LookAndFeel.NativeStyle = True
  63.   end
  64.   object cbxDrive: TcxComboBox
  65.     Left = 152
  66.     Top = 52
  67.     Width = 81
  68.     Height = 21
  69.     Properties.DropDownListStyle = lsFixedList
  70.     Style.StyleController = DM.EditStyles
  71.     TabOrder = 3
  72.   end
  73. end
  74.